home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Programming / ace_gpl_release / submods / listbox / listbox.readme < prev    next >
Encoding:
Text File  |  1996-08-28  |  669 b   |  17 lines

  1.    Short: A simple ListView-based requester.
  2. Uploader: David Benn, D.Benn@appcomp.utas.edu.au
  3.   Author: David Benn, Nils Sjoholm
  4.  
  5. ListBox is a general purpose requester which consists of a Listview gadget
  6. and two buttons. The ListBox function may be passed an array of strings
  7. to be viewed via the requester, any of which may be selected by the user
  8. with the number of the selected string being returned. Zero is returned 
  9. if the cancel button or close-window gadget are clicked, or if no string is
  10. explicitly selected.
  11.  
  12. This SUBmod relies upon the new ACE header files although the SUBmod itself 
  13. (ListBox.o) is supplied precompiled and assembled.
  14.  
  15. 17th October 1995
  16.  
  17.